Values.BatchGetPolicyErrorItemSourceContains the information about an error resulting from a BatchGetPolicy API call.
type nonrec t = {code : BatchGetPolicyErrorCode.t option;The error code that was returned.
*)policyStoreId : String_.t option;The identifier of the policy store associated with the failed request.
*)policyId : String_.t option;The identifier of the policy associated with the failed request.
*)message : String_.t option;A detailed error message.
*)}