Search
Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 10
Options
All
Public
Public/Protected
All
Inherited
Menu
Foundry Virtual Tabletop - API Documentation - Version 10
foundry
utils
HttpError
Class HttpError
Represents an HTTP Error when a non-OK response is returned by Fetch
Hierarchy
Error
HttpError
Index
Constructors
constructor
Properties
code
display
Message
Constructors
constructor
new
Http
Error
(
statusText
:
any
, code
:
any
, displayMessage
?:
string
)
:
HttpError
Parameters
statusText:
any
code:
any
displayMessage:
string
= ""
Returns
HttpError
Properties
code
code
:
any
display
Message
display
Message
:
string
Modules
foundry
CONST
abstract
config
data
documents
packages
utils
types
primitives
prosemirror
hook
Events
client
Http
Error
constructor
code
display
Message
Represents an HTTP Error when a non-OK response is returned by Fetch