log2trace-ui - v1.0.0-RC1
    Preparing search index...

    The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.

    interface Status {
        code: number;
        message?: string;
    }
    Index

    Properties

    Properties

    code: number

    The status code. 0 = Unset, 1 = Ok, 2 = Error

    message?: string

    A developer-facing human readable error message.