@minecraft/server-net
    Preparing search index...

    Class InternalHttpRequestErrorBeta

    An error thrown when a platform-level HTTP error occurs. Information provided in this class may be useful for diagnostics purposes but will differ from platform to platform.

    Hierarchy

    • Error
      • InternalHttpRequestError
    Index

    Properties

    Properties

    code: number

    The platform-provided numeric error code for the error.

    This property can be read in early-execution mode.

    message: string

    The platform-provided message for the error.

    This property can be read in early-execution mode.

    name: string
    stack?: string