編集

次の方法で共有


ThrottlingEntity type

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