@hashgraph/solo
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Instantiates a new error with a message and an optional cause.

      Parameters

      • message: string

        the error message.

      • statusCode: number

        the HTTP status code.

      • Optionalcause: Error

        optional underlying cause of the error.

      • Optionalmeta: object

        optional metadata to be reported.

      Returns KubeApiError

    Properties

    cause: any = {}

    source error (if any)

    message: string

    error message

    meta: any = {}

    additional metadata (if any)

    statusCode?: number