Logo FSBarV1_Archived

LoadError Type

Structured failure mode returned by . Every constructor carries the file path (when known) plus the context needed to render an actionable diagnostic.

Union cases

Union case Description

BlobCorrupted(path, field, detail)

Full Usage: BlobCorrupted(path, field, detail)

Parameters:
    path : string
    field : string
    detail : string

path : string
field : string
detail : string

CodeVersionMismatch(path, expected, found)

Full Usage: CodeVersionMismatch(path, expected, found)

Parameters:
    path : string
    expected : int
    found : int

path : string
expected : int
found : int

FileMissing path

Full Usage: FileMissing path

Parameters:
    path : string

path : string

MapNameMismatch(path, expected, found)

Full Usage: MapNameMismatch(path, expected, found)

Parameters:
    path : string
    expected : string
    found : string

path : string
expected : string
found : string

ParametersMismatch(path, detail)

Full Usage: ParametersMismatch(path, detail)

Parameters:
    path : string
    detail : string

path : string
detail : string

ParseFailure(path, detail)

Full Usage: ParseFailure(path, detail)

Parameters:
    path : string
    detail : string

path : string
detail : string

SchemaVersionMismatch(path, expected, found)

Full Usage: SchemaVersionMismatch(path, expected, found)

Parameters:
    path : string
    expected : int
    found : int

path : string
expected : int
found : int

Instance members

Instance member Description

this.IsBlobCorrupted

Full Usage: this.IsBlobCorrupted

Returns: bool
Returns: bool

this.IsCodeVersionMismatch

Full Usage: this.IsCodeVersionMismatch

Returns: bool
Returns: bool

this.IsFileMissing

Full Usage: this.IsFileMissing

Returns: bool
Returns: bool

this.IsMapNameMismatch

Full Usage: this.IsMapNameMismatch

Returns: bool
Returns: bool

this.IsParametersMismatch

Full Usage: this.IsParametersMismatch

Returns: bool
Returns: bool

this.IsParseFailure

Full Usage: this.IsParseFailure

Returns: bool
Returns: bool

this.IsSchemaVersionMismatch

Full Usage: this.IsSchemaVersionMismatch

Returns: bool
Returns: bool

Type something to start searching.