json-stream-lite - v1.1.0
Preparing search index...
EofReachedError
Class EofReachedError
Error thrown when the end of file has been reached and no more items are available.
Hierarchy (
View Summary
)
JsonStreamLiteError
EofReachedError
Index
Constructors
constructor
Constructors
constructor
new
EofReachedError
(
message
?:
string
)
:
EofReachedError
Parameters
Optional
message
:
string
Returns
EofReachedError
new
EofReachedError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
EofReachedError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
EofReachedError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
json-stream-lite - v1.1.0
Loading...
Error thrown when the end of file has been reached and no more items are available.