Search Results for

    Show / Hide Table of Contents

    Class MissingClientSettingsException

    Exception thrown when the REST client settings are missing or not properly configured for a specific API. This typically indicates a configuration error that should be reported to the development team.

    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    LocalClientException
    MissingClientSettingsException
    Implements
    ISerializable
    Inherited Members
    LocalClientException.Type
    LocalClientException.ServiceName
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class MissingClientSettingsException : LocalClientException, ISerializable

    Constructors

    | Edit this page View Source

    MissingClientSettingsException(Enum)

    Declaration
    public MissingClientSettingsException(Enum serviceEnum)
    Parameters
    Type Name Description
    Enum serviceEnum
    | Edit this page View Source

    MissingClientSettingsException(string)

    Declaration
    public MissingClientSettingsException(string serviceName)
    Parameters
    Type Name Description
    string serviceName

    Implements

    ISerializable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToErrorEvent<T>(T)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ExceptionExtensions.ExtractDiagnosticMessage(Exception)
    ExceptionExtensions.ExtractServerError(Exception)
    ExceptionExtensions.GetFullMessage(Exception)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation