RAGS - v1.10.0
Preparing search index...
utils/errors
AgsServiceError
Class AgsServiceError
Service initialization and operation errors
Hierarchy (
View Summary
)
AgsError
AgsServiceError
Index
Constructors
constructor
Methods
to
String
Properties
cause?
context?
message
name
stack?
Constructors
constructor
new
AgsServiceError
(
message
:
string
,
context
?:
Record
<
string
,
unknown
>
,
)
:
AgsServiceError
Parameters
message
:
string
Optional
context
:
Record
<
string
,
unknown
>
Returns
AgsServiceError
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Properties
Optional
cause
cause
?:
unknown
Optional
context
context
?:
Record
<
string
,
unknown
>
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
to
String
Properties
cause
context
message
name
stack
RAGS - v1.10.0
Loading...
Service initialization and operation errors