UnmarshalFieldError

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.json
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

UnmarshalFieldError()

 

init()

 

Sub New()

constructor (string, Type, StructField)

 

constructor(aKey: string; aType: Type; aField: StructField)

 

UnmarshalFieldError(string aKey, Type aType, StructField aField)

 

init(_ aKey: string, _ aType: Type, _ aField: StructField)

 

Sub New(aKey As string, aType As Type, aField As StructField)

Parameters:

  • aKey:
  • aType:
  • aField:

constructor (UnmarshalFieldError)

 

constructor(value: UnmarshalFieldError)

 

UnmarshalFieldError(UnmarshalFieldError value)

 

init(_ value: UnmarshalFieldError)

 

Sub New(value As UnmarshalFieldError)

Parameters:

  • value:

Error

 

method Error: string

 

string Error()

 

func Error() -> string

 

func Error() string

 

Function Error() As string

Field

 

var Field: StructField;

 

StructField Field

 

var Field: StructField

 

Field StructField

 

FIELD Field() As StructField

Key

 

var Key: string;

 

string Key

 

var Key: string

 

Key string

 

FIELD Key() As string

Type

 

var Type: Type;

 

Type Type

 

var Type: Type

 

Type Type

 

FIELD Type() As Type

 

Field

 

var Field: StructField;

 

StructField Field

 

var Field: StructField

 

Field StructField

 

FIELD Field() As StructField

Key

 

var Key: string;

 

string Key

 

var Key: string

 

Key string

 

FIELD Key() As string

Type

 

var Type: Type;

 

Type Type

 

var Type: Type

 

Type Type

 

FIELD Type() As Type

 

constructor

 

constructor

 

UnmarshalFieldError()

 

init()

 

Sub New()

constructor (string, Type, StructField)

 

constructor(aKey: string; aType: Type; aField: StructField)

 

UnmarshalFieldError(string aKey, Type aType, StructField aField)

 

init(_ aKey: string, _ aType: Type, _ aField: StructField)

 

Sub New(aKey As string, aType As Type, aField As StructField)

Parameters:

  • aKey:
  • aType:
  • aField:

constructor (UnmarshalFieldError)

 

constructor(value: UnmarshalFieldError)

 

UnmarshalFieldError(UnmarshalFieldError value)

 

init(_ value: UnmarshalFieldError)

 

Sub New(value As UnmarshalFieldError)

Parameters:

  • value: