LoadError Type
Structured failure mode returned by
Union cases
| Union case |
Description
|
Full Usage:
BlobCorrupted(path, field, detail)
Parameters:
string
field : string
detail : string
|
|
Full Usage:
CodeVersionMismatch(path, expected, found)
Parameters:
string
expected : int
found : int
|
|
Full Usage:
FileMissing path
Parameters:
string
|
|
Full Usage:
MapNameMismatch(path, expected, found)
Parameters:
string
expected : string
found : string
|
|
Full Usage:
ParametersMismatch(path, detail)
Parameters:
string
detail : string
|
|
Full Usage:
ParseFailure(path, detail)
Parameters:
string
detail : string
|
|
Full Usage:
SchemaVersionMismatch(path, expected, found)
Parameters:
string
expected : int
found : int
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBlobCorrupted
Returns: bool
|
|
Full Usage:
this.IsCodeVersionMismatch
Returns: bool
|
|
Full Usage:
this.IsFileMissing
Returns: bool
|
|
Full Usage:
this.IsMapNameMismatch
Returns: bool
|
|
Full Usage:
this.IsParametersMismatch
Returns: bool
|
|
Full Usage:
this.IsParseFailure
Returns: bool
|
|
Full Usage:
this.IsSchemaVersionMismatch
Returns: bool
|
|
FSBarV1_Archived