API reference

ErrorCode Struct

An error code that is used to group similar errors together and provide actionable feedback.

Methods

Equals ( obj )
Signature
override bool Meta.Voice.Logging.ErrorCode.Equals(object obj)
Parameters
obj: object
Returns
override bool
GetHashCode ()
Signature
override int Meta.Voice.Logging.ErrorCode.GetHashCode()
Returns
override int
ToString ()
Signature
override string Meta.Voice.Logging.ErrorCode.ToString()
Returns
override string

Static Methods

operator ErrorCode ( value )
Signature
static Meta.Voice.Logging.ErrorCode.operator ErrorCode(string value)
Parameters
value: string
operator ErrorCode ( value )
Signature
static implicit Meta.Voice.Logging.ErrorCode.operator ErrorCode(KnownErrorCode value)
Parameters
Returns
implicit
operator string ( errorCode )
Signature
static implicit Meta.Voice.Logging.ErrorCode.operator string(ErrorCode errorCode)
Parameters
errorCode: ErrorCode
Returns
implicit