Type alias LiveStateError

LiveStateError: {
    message: string;
    type: string;
}

Type declaration

  • message: string

    The original error payload, type depends on error

  • type: string

    Describes what type of error occurred.

Generated using TypeDoc