Package version:

Interface LogsErrorInfo

The code and message for an error.

interface LogsErrorInfo {
    code: string;
}

Hierarchy

  • Error
    • LogsErrorInfo

Properties

Properties

code: string

A machine readable error code.