observation-js Documentation - v1.14.0
Preparing search index...
AuthenticationError
Class AuthenticationError
Represents an authentication-related error (e.g., 401 Unauthorized, 403 Forbidden).
Hierarchy (
View Summary
)
ApiError
AuthenticationError
Index
Constructors
constructor
Properties
response
body
Constructors
constructor
new
AuthenticationError
(
response
:
Response
,
body
:
unknown
)
:
AuthenticationError
Parameters
response
:
Response
body
:
unknown
Returns
AuthenticationError
Properties
Readonly
response
response
:
null
|
Response
Readonly
body
body
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
response
body
observation-js Documentation - v1.14.0
Loading...
Represents an authentication-related error (e.g., 401 Unauthorized, 403 Forbidden).