VcsIntelligentAssistErrorResponse

VcsIntelligentAssistErrorResponse
VcsIntelligentAssistErrorResponse
JSON Example
{
    "error_code": 900001,
    "error_message": "Invalid request format"
}
integer
error_code
Required  

Numeric error code identifying the specific error condition.

Error Code Ranges:

  • 900001: Invalid request format
  • 900002: Bucket not found
  • 900003: Upload URL generation error
  • 900004: Internal server error
  • 900005: Failed to update latest version
  • 900006: Unexpected error
  • 900007: Download URL generation error
  • 900008: File/object not found
  • 900009: Error getting GCP key
  • 900010: Customer not found
  • 900011: Error revoking GCP key
  • 900012: Invalid SSP version
  • 900013: Invalid version string
  • 900014: Bundle version not found
  • 900015: SSP version not found
  • 900016: SSP version does not match bundle version prefix
  • 900017: Failed to sign object
  • 900018: Failed to update latest version marker
  • 900019: Invalid or missing _revision in request
  • 900020: Revision mismatch
  • 900021: Failed to save LLM config
  • 900022: LLM config not found for the requested SSP version
  • 900023: Failed to fetch LLM config

See Error Codes section for complete list.

string
error_message
Required  

Human-readable error message describing the error condition.