Search Results for

    Show / Hide Table of Contents

    Class ErrorResponse

    A generic error response which will be parsed to an Exception by the SDK

    Inheritance
    Object
    ErrorResponse
    Namespace: ColizeumSDK.API.Responses
    Assembly: cs.temp.dll.dll
    Syntax
    public class ErrorResponse

    Fields

    error

    Declaration
    public string error
    Field Value
    Type Description
    String

    error_description

    Declaration
    public string error_description
    Field Value
    Type Description
    String

    error_detail

    Declaration
    public string error_detail
    Field Value
    Type Description
    String

    message

    Declaration
    public string message
    Field Value
    Type Description
    String

    status

    Declaration
    public int status
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Colizeum Unity SDK API Reference