@dvelop-sdk
Preparing search index...
business-objects
BusinessObjectsErrorDto
Interface BusinessObjectsErrorDto
ErrorDto for BusinessObjects-App.
interface
BusinessObjectsErrorDto
{
error
:
{
code
:
string
;
details
?:
{
code
:
string
;
message
:
string
}
[]
;
innerError
?:
{
requestId
:
string
;
timestamp
:
string
}
;
message
:
string
;
}
;
}
Index
Properties
error
Properties
error
error
:
{
code
:
string
;
details
?:
{
code
:
string
;
message
:
string
}
[]
;
innerError
?:
{
requestId
:
string
;
timestamp
:
string
}
;
message
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
@dvelop-sdk
Loading...
ErrorDto for BusinessObjects-App.