You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is an email template with same name, the response is 409 status code with
{
"code": "ETM-50005",
"message": "Email Template Type already exists in the system.",
"description": "An email template type for the provided template display name already exists in the system.",
"traceId": "c0507a01-5766-4be3-9256-eafda3d95b7e"
}
This is a client exception, Therefore no need to log any error log in carbon logs.
but the following getting logged in carbon log
osgi> [2024-01-31 09:33:23,011] [9decd25a-3a29-4a7e-ae2d-5e316e7328e2] ERROR {org.wso2.carbon.identity.rest.api.server.email.template.v1.core.ServerEmailTemplatesService} - errorCode: ETM-50005 | message: Server encountered an error while adding the email template type.
The text was updated successfully, but these errors were encountered:
Describe the issue:
Try this API
Since there is an email template with same name, the response is 409 status code with
This is a client exception, Therefore no need to log any error log in carbon logs.
but the following getting logged in carbon log
The text was updated successfully, but these errors were encountered: