VerificationResponse
Response DTO for email verification operations
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Whether the operation was successful |
Whether the operation was successful | ||
| message | string | Message describing the result |
Message describing the result | ||
| errorCode | string | Error code for client handling (if failed) |
Error code for client handling (if failed) | ||
| userCode | string | User code (if applicable) |
User code (if applicable) | ||
JSON Example
{
"success": false,
"message": "string",
"errorCode": "string",
"userCode": "string"
}