Edit

Share via


ThrottlingEntity type

type ThrottlingEntity = {
  error?: string
  errorCodes?: string[]
  errorMessage?: string
  subError?: string
  throttleTime: number
}