P2P Media Loader Documentation
    Preparing search index...

    Custom error class for errors that occur during core network requests.

    Hierarchy

    • Error
      • CoreRequestError
    Index

    Constructors

    Properties

    Constructors

    • Constructs a new CoreRequestError.

      Parameters

      • type: "failed" | "aborted"

        The type of the error, either 'failed' or 'aborted'.

      Returns CoreRequestError

    Properties

    type: "failed" | "aborted"

    The type of the error, either 'failed' or 'aborted'.