Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

90030: Broadcast 'CorrelationId' is too long


ERROR: 90030

error-90030 page anchor
ERROR

This error occurs when your Notify Broadcast request includes a CorrelationId value that exceeds the maximum length accepted by the API.

Possible causes

possible-causes page anchor
  • The CorrelationId value in the Broadcast request is longer than the allowed limit.
  • Your application generated a CorrelationId from a long string, token, or concatenated identifier.
  • The request includes one or more CorrelationId values that were not length-checked before the API call was sent.
  • Shorten the CorrelationId value and resend the request.
  • Generate compact correlation values for Broadcast requests instead of passing full payload data or long combined identifiers.
  • Validate the length of each CorrelationId in your application before you send the request.
  • If the request fails, review the API response and update the Broadcast payload before retrying.

Additional resources

additional-resources page anchor