diff --git a/docs/api/errors.md b/docs/api/errors.md index 0b11ca906..65660d18f 100644 --- a/docs/api/errors.md +++ b/docs/api/errors.md @@ -54,7 +54,7 @@ The following table explains the REST error response elements | Name | Description | |:---------- |:-----------| -|*Code*| The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
*Type: String*
*Ancestor: Error*| +|*Code*| The error code is a string that uniquely identifies an error condition.
*Type: String*
*Ancestor: Error*| |*Error*| XML container for error.
*Type: Container*
*Ancestor: None*| |*Message*| The error message contains a generic description of the error condition.
*Type: String*
*Ancestor: Error*| |*RequestId*| ID of the request associated with the error.
*Type: String*
*Ancestor: Error*|