HttpError
ZEPETO.Multiplay.HttpService.HttpError
Represents an error that occurred during an HTTP request.
Hierarchy
Error
↳
HttpError
Properties
code
• Optional
code: string
Error code defined as a value from HttpErrorType enum.
message
• message: string
Error message.
Overrides
Error.message