Variant
add-to-meal-plan-error
No description available.
variant add-to-meal-plan-error {
unauthorized(string),
forbidden(string),
not-found(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unauthorized | string | |
| forbidden | string | |
| not-found | string | |
| other | string |