winccoa-manager
    Preparing search index...

    Class Error

    Class representing an MSA error.

    Hierarchy

    • Error
      • Error
    Index

    Constructors

    • Creates an instance of MsaError.

      Parameters

      • status: Vrpc.Status

        The status of the error.

      • OptionaltrailingHeaders: Vrpc.Metadata

        Optional trailing headers associated with the error.

      • Optionalmessage: string

        Optional error message.

      Returns Error

    Accessors

    • get trailingHeaders(): undefined | Vrpc.Metadata

      Gets the trailing metadata associated with the error.

      Returns undefined | Vrpc.Metadata

      The trailing metadata, or undefined if none is available.