Fleece


DecodeError Type

Namespace: Fleece

Assembly: Fleece.SystemTextJson.dll

Parent Module: SystemTextJson

Base Type: obj

Union cases

Union case Description

IndexOutOfRange(int, JsonValue)

Full Usage: IndexOutOfRange(int, JsonValue)

Parameters:

Item1 : int
Item2 : JsonValue

InvalidValue(Type, JsonValue, string)

Full Usage: InvalidValue(Type, JsonValue, string)

Parameters:

Item1 : Type
Item2 : JsonValue
Item3 : string

JsonTypeMismatch(Type, JsonValue, JType, JType)

Full Usage: JsonTypeMismatch(Type, JsonValue, JType, JType)

Parameters:

Item1 : Type
Item2 : JsonValue
Item3 : JType
Item4 : JType

Multiple DecodeError list

Full Usage: Multiple DecodeError list

Parameters:

Item : DecodeError list

NullString Type

Full Usage: NullString Type

Parameters:

Item : Type

ParseError(Type, exn, string)

Full Usage: ParseError(Type, exn, string)

Parameters:
    Item1 : Type
    Item2 : exn
    Item3 : string

Item1 : Type
Item2 : exn
Item3 : string

PropertyNotFound(string, IReadOnlyDictionary<string, JsonValue>)

Full Usage: PropertyNotFound(string, IReadOnlyDictionary<string, JsonValue>)

Parameters:

Item1 : string
Item2 : IReadOnlyDictionary<string, JsonValue>

Uncategorized string

Full Usage: Uncategorized string

Parameters:
    Item : string

Item : string

Static members

Static member Description

x + y

Full Usage: x + y

Parameters:
Returns: DecodeError

x : DecodeError
y : DecodeError
Returns: DecodeError