Class InternalHttpRequestError

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

Constructors

Properties

Constructors

Properties

code: number

Remarks

The platform-provided numeric error code for the error.

This property can be read in early-execution mode.

message: string

Remarks

The platform-provided message for the error.

This property can be read in early-execution mode.

name: string
stack?: string