Skip to main content

PoliciesResult

No description

union PoliciesResult = InputValidationError | PoliciesConnection | UnauthorizedOperationError | UnexpectedError

Possible types​

PoliciesResult.InputValidationError object​

Error indicating that the provided input data failed validation.

Resolution:

  • Check the invalidInput field for specific validation errors
  • Ensure all required fields are provided
  • Verify that field values meet the specified constraints

PoliciesResult.PoliciesConnection object​

One page of policies.

PoliciesResult.UnauthorizedOperationError object​

Error indicating the partner lacks required authorization for the requested operation.

Common causes:

  • Missing permissions to sell the specific product
  • Missing permission to read policies
  • Reading the policies of sub-brokers without entire-tree access

PoliciesResult.UnexpectedError object​

In case an unexpected error occurs during the update customer operation. Please contact customer support for assistance.

Returned By​

policies query