...
ErrorCode | ErrorNumber | ErrorText | Type |
---|---|---|---|
ClientInactivated | 101 | The client could not be deleted and instead it was marked inactive | Warning |
UpdatePermissionDenied | 50046 | Permission denied | Error |
UnexpectedErrorDeletingClient | 57623 | Unexpected error deleting client | Error |
ClientHasChildClients | 57624 | Client could not be deleted because it has at least one child client (CascadeDeleteFlag = false) | Error |
ChildClientCouldNotBeDeleted | 57625 | Client could not be deleted because it has at least one child client that cannot be deleted (CascadeDeleteFlag = true) | Error |
ChildIsReferencedByEngagement | 57626 | The client could not be deleted because at least one engagement is associated with this client. | Error |
ClientIsReferencedByUser | 57627 | Client could not be deleted because it is referenced by at least one user | Error |
ClientIsReferencedByInvoice | 57628 | Client could not be deleted because it is referenced by at least one invoice | Error |
ClientNotFound | 57629 | Client not found for delete | Error |
ClientNotSpecified | 57631 | Client not specified in service invocation | Error |