TableSchemafileName
String
The file's filename. This will determine the MIME type of the file when requested.
caption
String,null
A string describing the significance of this attachment.
binding
String,null
If this attachment is being created from an Image Drop control, this associates the attachment with that control.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.
TableSchemaerror.code
String
Short string indicating the general category of error that occurred, such as '{Resource}NotFound'.
error.message
String
Longer string explaining to developers why the error occurred.
error.target
String,null
If relevant, this is the name of the property, URL template parameter, or query parameter that caused the error.
Indicates that a request failed and provides a list of details, explaining which properties or parameters in the request were incorrect. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.
TableSchemaerror.code
String
Short string indicating the general category of error that occurred, such as 'Invalid{resource}Request'.
error.message
String
Longer string explaining to developers why the error occurred.
error.details
Object[]
If relevant, this is the name of the property, URL template parameter, or query parameter that caused the error.
Contains error information and an optional array of more specific errors.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
details
Optional array of more specific errors.
Contains error information.
TableSchemacode
String
One of a server-defined set of error codes.
message
String
A human-readable representation of the error.
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.