afv-library/skills/platform-metadata-api-context-get/data/metadata_api/Error.json

25 lines
376 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"properties",
"wsdl_segment"
],
"title": "Error - Metadata API",
"description": "Represents an error that occurred during a synchronous CRUD (createMetadata(), updateMetadata(), or deleteMetadata()) operation.",
"properties": {
"extendedErrorDetails": {
"description": "More details about the error, including an extended error code and extra error properties, when available. Reserved for future use. For a description of the ExtendedErrorDetails element, see ExtendedErrorDetails in the SOAP API Developer Guide."
},
"fields": {
"description": "An array containing names of fields that affected the error condition."
},
"message": {
"description": "The error message text."
},
"statusCode": {
"description": "A status code corresponding to the error. For a description of each StatusCode value, see StatusCode in the SOAP API Developer Guide."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"DeleteResult\">\n <xsd:sequence>\n <xsd:element name=\"errors\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:Error\"/>\n <xsd:element name=\"fullName\" type=\"xsd:string\"/>\n <xsd:element name=\"success\" type=\"xsd:boolean\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:complexType name=\"Error\">\n <xsd:sequence>\n <xsd:element name=\"extendedErrorDetails\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"tns:ExtendedErrorDetails\"/>\n <xsd:element name=\"fields\" minOccurs=\"0\" maxOccurs=\"unbounded\" type=\"xsd:string\"/>\n <xsd:element name=\"message\" type=\"xsd:string\"/>\n <xsd:element name=\"statusCode\" type=\"tns:StatusCode\"/>\n </xsd:sequence>\n</xsd:complexType>\n<xsd:simpleType name=\"ExtendedErrorCode\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"ACTIONCALLPATH_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_DUPLICATE_INPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_DUPLICATE_OUTPUT_PARAM\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_FEATURE_NOT_SUPPORTED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INPUT_VALIDATION_FAILED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, cause</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_INPUT_PARAM_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity, actionCallName, parameterName</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_ISWAITUNTILCOMPLETED\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_OFFSET\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_INVALID_TIMEOUTPATHUSAGE\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_EVENT_INFO\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following properties: err
}