Skip to main content

ConflictError

error objectrequired
codestringrequired

Possible values: [CONFLICT]

messagestringrequired

Human-readable error message

Example: An RO-Crate with this ID already exists
details object

Additional error details specific to the error type

property name*any

Additional error details specific to the error type

requestIdstring<uuid>

Unique identifier for this request, useful for debugging

Example: 550e8400-e29b-41d4-a716-446655440000
ConflictError
{
"error": {
"code": "CONFLICT",
"message": "An RO-Crate with this ID already exists",
"details": {},
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}