UnsupportedTypeError
Overview
Location
- Reference: Go.fx
- Namespace: go.encoding.json
- Platforms: Island
Fields
Type
Instance Methods
constructor
constructor
UnsupportedTypeError()
init()
Sub New()
constructor (Type)
constructor(aType: Type)
UnsupportedTypeError(Type aType)
init(_ aType: Type)
Sub New(aType As Type)
Parameters:
- aType:
constructor (UnsupportedTypeError)
constructor(value: UnsupportedTypeError)
UnsupportedTypeError(UnsupportedTypeError value)
init(_ value: UnsupportedTypeError)
Sub New(value As UnsupportedTypeError)
Parameters:
- value:
Error
method Error: string
string Error()
func Error() -> string
func Error() string
Function Error() As string