Type Alias ExceededLimits

ExceededLimits: { code: number; description: string; type: "exceeded_limits" }

This notification is specific to pull consumers and will be notified whenever the pull request exceeds some limit such as maxwaiting, maxrequestbatch, etc. The data component has the code (409) and the message from the server.

Type declaration

  • code: number
  • description: string
  • type: "exceeded_limits"