MalInt
Preparing search index...
errors
ConflictError
Interface ConflictError
Returned when a write conflicts with the current repository state.
interface
ConflictError
{
detail
?:
string
;
message
:
string
;
type
:
"conflict"
;
}
Index
Properties
detail?
message
type
Properties
Optional
detail
detail
?:
string
message
message
:
string
type
type
:
"conflict"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
message
type
MalInt
Loading...
Returned when a write conflicts with the current repository state.