Skip to main content

AddressDeleteFailureReason

Why an address in a bulk delete request was not deleted

enum AddressDeleteFailureReason {
ADDRESS_NOT_FOUND_ERROR
ADDRESS_DELETE_ERROR
}

Values

AddressDeleteFailureReason.ADDRESS_NOT_FOUND_ERROR

No address with that id belongs to the company or customer in the request. An address of another owner reads the same way, because the lookup is always scoped to the owner. Retrying will not change that.

AddressDeleteFailureReason.ADDRESS_DELETE_ERROR

The address was found but the delete itself did not complete. The id is safe to retry.

Member Of

AddressDeleteFailure object