Search Results for

    Show / Hide Table of Contents

    Class ServerSentEventException

    Service error delivered via Server-Sent Events (SSE). Thrown when the server emits an error event during streaming.

    Inheritance
    object
    Exception
    BackendException
    ServerSentEventException
    Implements
    ISerializable
    Inherited Members
    BackendException.Type
    BackendException.ServiceName
    BackendException.IsRetryable
    BackendException.Error
    BackendException.Raw
    BackendException.StatusCode
    BackendException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    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 ServerSentEventException : BackendException, ISerializable

    Constructors

    | Edit this page View Source

    ServerSentEventException(IServiceError, string, string)

    Declaration
    public ServerSentEventException(IServiceError error, string rawEventType = null, string rawData = null)
    Parameters
    Type Name Description
    IServiceError error
    string rawEventType
    string rawData

    Properties

    | Edit this page View Source

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message
    | Edit this page View Source

    RawData

    Declaration
    public string RawData { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RawEventType

    Declaration
    public string RawEventType { get; }
    Property Value
    Type Description
    string

    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