afv-library/skills/platform-metadata-api-context-get/assets/metadata_api/SaveResult.json

22 lines
374 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"properties",
"wsdl_segment"
],
"title": "SaveResult - Metadata API",
"description": "Contains result information for the createMetadata, updateMetadata, or renameMetadata call.",
"properties": {
"errors": {
"description": "An array of errors returned if the operation wasn't successful."
},
"fullName": {
"description": "The full name of the component processed."
},
"success": {
"description": "Indicates whether the operation was successful (true) or not (false)."
}
},
"wsdl_segment": "```xml\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: erroneousElementApiName, erroneousElementType, erroneousFields, severity</xsd:documentation>\n </xsd:annotation>\n </xsd:enumeration>\n <xsd:enumeration value=\"ACTIONCALL_MISSING_NAME\">\n <xsd:annotation>\n <xsd:documentation>Errors with this extended error code have the following prope
}