Merged in feature/demo-support (pull request #207)
Feature/demo support * index logs now debug * demo data loader
This commit is contained in:
@@ -3039,10 +3039,22 @@ components:
|
||||
description: Message describing the cause.
|
||||
maxLength: 256
|
||||
example: "you must give me good information"
|
||||
error_type:
|
||||
type: string
|
||||
description: Machine-readable error classification for programmatic handling.
|
||||
maxLength: 64
|
||||
example: "UserNotFound"
|
||||
details:
|
||||
type: string
|
||||
description: Additional error details for debugging (sanitized).
|
||||
maxLength: 512
|
||||
example: "The specified user does not exist in Cognito"
|
||||
required:
|
||||
- message
|
||||
example:
|
||||
message: you must include a message
|
||||
error_type: InvalidParameter
|
||||
details: The email format is invalid
|
||||
|
||||
# Identity API schemas
|
||||
IdentityRole:
|
||||
|
||||
Reference in New Issue
Block a user