Type Alias ErrorResponseCode

type ErrorResponseCode = {
    code?: string;
    detail?: string;
    title?: string;
}
Index

Properties

Properties

code?: string

Custom error codes

  • AE-1 - Internal processing error
  • AE-2 - Incorrect request
  • AE-3 - Authentication issue
  • AE-4 - Prompt is rejected
  • AE-5 - Resource is not found
  • AE-6 - API usage rate limit is exceeded
  • AE-7 - Method is not allowed
detail?: string
title?: string