Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/api-models
ApiReportable
Interface ApiReportable
interface
ApiReportable
{
onError
?:
(
error
:
ApiError
,
depth
:
number
)
=>
void
;
onFailure
?:
(
response
:
ApiResponse
,
depth
:
number
)
=>
void
;
onSuccess
?:
(
response
:
ApiResponse
,
depth
:
number
)
=>
void
;
}
Hierarchy (
View Summary
)
ApiReportable
ApiConfig
Index
Properties
on
Error?
on
Failure?
on
Success?
Properties
Optional
on
Error
onError
?:
(
error
:
ApiError
,
depth
:
number
)
=>
void
Optional
on
Failure
onFailure
?:
(
response
:
ApiResponse
,
depth
:
number
)
=>
void
Optional
on
Success
onSuccess
?:
(
response
:
ApiResponse
,
depth
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Error
on
Failure
on
Success
XYO Platform SDK - v3.6.9
Loading...