Skip to main content

ShareOrganizationErrorItem

statusintegerrequired

HTTP status code for this operation

Example: 400
error objectrequired

Error details for the failed operation

organizationstring

Error message related to the organization

Possible values: <= 500 characters

Example: Organization not found
receiverstring

Error message related to the receiver

Possible values: <= 500 characters

Example: Receiver organization not found
property name*any

Error details for the failed operation

ShareOrganizationErrorItem
{
"status": 400,
"error": {
"organization": "Organization not found",
"receiver": "Receiver organization not found"
}
}