MarshalerError
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
MarshalerError()
init()
Sub New()
constructor(aType: Type; aErr: error)
MarshalerError(Type aType, error aErr)
init(_ aType: Type, _ aErr: error)
Sub New(aType As Type, aErr As error)
Parameters:
- aType:
- aErr:
constructor (MarshalerError)
constructor(value: MarshalerError)
MarshalerError(MarshalerError value)
init(_ value: MarshalerError)
Sub New(value As MarshalerError)
Parameters:
- value:
Err
var Err: error;
error Err
var Err: error
Err error
FIELD Err() As error
Error Island
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string
Type
var Type: Type;
Type Type
var Type: Type
Type Type
FIELD Type() As Type
Unwrap
method Unwrap: error
error Unwrap()
func Unwrap() -> error
func Unwrap() error
Function Unwrap() As error
Err
var Err: error;
error Err
var Err: error
Err error
FIELD Err() As error
Type
var Type: Type;
Type Type
var Type: Type
Type Type
FIELD Type() As Type
constructor
constructor
MarshalerError()
init()
Sub New()
constructor(aType: Type; aErr: error)
MarshalerError(Type aType, error aErr)
init(_ aType: Type, _ aErr: error)
Sub New(aType As Type, aErr As error)
Parameters:
- aType:
- aErr:
constructor (MarshalerError)
constructor(value: MarshalerError)
MarshalerError(MarshalerError value)
init(_ value: MarshalerError)
Sub New(value As MarshalerError)
Parameters:
- value:
Error Island
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string