mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 23:41:31 +08:00
30 lines
971 B
JSON
30 lines
971 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"supported_soap_calls",
|
||
|
|
"supported_rest_api_http_methods",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "Package2VersionCreateRequestError - Tooling API",
|
||
|
|
"description": "Represents an error encountered while creating a second-generation managed package or an unlocked package version. Available in API version 41.0 and later.",
|
||
|
|
"supported_soap_calls": "`query()`, `retrieve()`",
|
||
|
|
"supported_rest_api_http_methods": "`Query`, `GET`",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Message": {
|
||
|
|
"type": "textarea",
|
||
|
|
"properties": "Filter, Nillable, Sort",
|
||
|
|
"description": "The error that was encountered during the creation of a package version."
|
||
|
|
},
|
||
|
|
"ParentRequestId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
||
|
|
"description": "The ID of the Package2VersionCreateRequest that encountered an error."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|