Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
error-reporting
ErrorReport
Interface ErrorReport
A privacy-safe description of a failed Inttegro SDK operation.
interface
ErrorReport
{
apiError
?:
{
code
?:
string
;
fixCode
?:
string
;
type
?:
string
}
;
category
:
string
;
eventId
:
string
;
exceptionType
:
string
;
fingerprint
:
string
;
http
:
{
durationMs
:
number
;
method
:
string
;
requestId
?:
string
;
route
?:
string
;
serverAddress
:
string
;
statusCode
?:
number
;
}
;
occurredAt
:
string
;
operation
:
string
;
schemaVersion
:
1
;
sdk
:
{
language
:
"typescript"
;
version
:
string
}
;
severity
:
"error"
;
trace
?:
{
spanId
:
string
;
traceId
:
string
}
;
}
Index
Properties
api
Error?
category
event
Id
exception
Type
fingerprint
http
occurred
At
operation
schema
Version
sdk
severity
trace?
Properties
Optional
Readonly
api
Error
apiError
?:
{
code
?:
string
;
fixCode
?:
string
;
type
?:
string
}
Readonly
category
category
:
string
Readonly
event
Id
eventId
:
string
Readonly
exception
Type
exceptionType
:
string
Readonly
fingerprint
fingerprint
:
string
Readonly
http
http
:
{
durationMs
:
number
;
method
:
string
;
requestId
?:
string
;
route
?:
string
;
serverAddress
:
string
;
statusCode
?:
number
;
}
Readonly
occurred
At
occurredAt
:
string
Readonly
operation
operation
:
string
Readonly
schema
Version
schemaVersion
:
1
Readonly
sdk
sdk
:
{
language
:
"typescript"
;
version
:
string
}
Readonly
severity
severity
:
"error"
Optional
Readonly
trace
trace
?:
{
spanId
:
string
;
traceId
:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Error
category
event
Id
exception
Type
fingerprint
http
occurred
At
operation
schema
Version
sdk
severity
trace
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...
A privacy-safe description of a failed Inttegro SDK operation.