homebridge
Preparing search index...
MatterErrorDetails
Interface MatterErrorDetails
Matter error details interface
interface
MatterErrorDetails
{
code
?:
string
;
context
?:
string
;
originalError
?:
Error
;
recoverable
?:
boolean
;
type
?:
MatterErrorType
;
}
Index
Properties
code?
context?
original
Error?
recoverable?
type?
Properties
Optional
code
code
?:
string
Optional
context
context
?:
string
Optional
original
Error
originalError
?:
Error
Optional
recoverable
recoverable
?:
boolean
Optional
type
type
?:
MatterErrorType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
context
original
Error
recoverable
type
homebridge
Loading...
Matter error details interface