cosovo
Preparing search index...
ParseError
Interface ParseError
Error structure
interface
ParseError
{
code
:
|
"MissingQuotes"
|
"UndetectableDelimiter"
|
"TooFewFields"
|
"TooManyFields"
|
"InvalidQuotes"
|
"InvalidData"
;
message
:
string
;
type
:
"Quotes"
|
"Delimiter"
|
"FieldMismatch"
|
"Decoding"
;
}
Index
Properties
code
message
type
Properties
code
code
:
|
"MissingQuotes"
|
"UndetectableDelimiter"
|
"TooFewFields"
|
"TooManyFields"
|
"InvalidQuotes"
|
"InvalidData"
Standardized error code
message
message
:
string
Human-readable details
type
type
:
"Quotes"
|
"Delimiter"
|
"FieldMismatch"
|
"Decoding"
A generalization of the error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
type
cosovo
Loading...
Error structure