mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 20:12:16 +08:00
22 lines
374 KiB
JSON
22 lines
374 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"properties",
|
|||
|
|
"wsdl_segment"
|
|||
|
|
],
|
|||
|
|
"title": "DeleteResult - Metadata API",
|
|||
|
|
"description": "Contains result information for the deleteMetadata call.",
|
|||
|
|
"properties": {
|
|||
|
|
"errors": {
|
|||
|
|
"description": "An array of errors returned if the operation wasn’t successful."
|
|||
|
|
},
|
|||
|
|
"fullName": {
|
|||
|
|
"description": "The full name of the deleted component."
|
|||
|
|
},
|
|||
|
|
"success": {
|
|||
|
|
"description": "Indicates whether the deletion was successful (true) or not (false)."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"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
|
|||
|
|
}
|