afv-library/skills/dx-org-permission-set-assign/examples/error_output.json

20 lines
392 B
JSON

{
"status": 1,
"result": {
"successes": [],
"failures": [
{
"name": "user1@my.org",
"message": "No PermissionSet named DreamHoue found",
"details": [
{
"message": "No PermissionSet named DreamHoue found",
"errorCode": "INVALID_CROSS_REFERENCE_KEY",
"fields": []
}
]
}
]
}
}