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
Type
Field
var Field: StructField;
StructField Field
var Field: StructField
Field StructField
FIELD Field() As StructField
Key
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: