peerix - v0.1.0
    Preparing search index...

    Class PeerixError

    Custom error class for Peerix-related errors. Extends the built-in Error class and adds a code property.

    Hierarchy

    • Error
      • PeerixError
    Index

    Constructors

    Properties

    Constructors

    Properties

    code: ErrorCode

    An error code for categorizing the error.

    message: string

    The error message providing details about the error.

    name: string

    The name of the error, typically 'Error' or a specific error type.

    stack?: string