API reference

ErrorCode Struct

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

Overview

Properties

string
Value[Get]

Public Member Functions

override string
override bool
Equals
( object obj )
override int

Static Public Member Functions

static implicit
operator string
( ErrorCode errorCode )
static static
operator ErrorCode
( string value )
static implicit

Details

Properties

string Meta.Voice.Logging.ErrorCode.Value
No description available.

Member Functions

override string Meta.Voice.Logging.ErrorCode.ToString ( )
No description available.
override bool Meta.Voice.Logging.ErrorCode.Equals
( object obj )
No description available.
override int Meta.Voice.Logging.ErrorCode.GetHashCode ( )
No description available.

Static Member Functions

static implicit Meta.Voice.Logging.ErrorCode.operator string
( ErrorCode errorCode )
No description available.
static Meta.Voice.Logging.ErrorCode.operator ErrorCode
( string value )
No description available.
static implicit Meta.Voice.Logging.ErrorCode.operator ErrorCode
( KnownErrorCode value )
No description available.