Table of Contents

Interface IPhotonException

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
public interface IPhotonException

Properties

ContentType

string? ContentType { get; }

Property Value

string

ExceptionData

object? ExceptionData { get; set; }

Property Value

object

Message

string? Message { get; }

Property Value

string

StackTrace

string? StackTrace { get; }

Property Value

string

StatusCode

HttpStatusCode StatusCode { get; set; }

Property Value

HttpStatusCode