Variant
get-commit-error
No description available.
variant get-commit-error {
not-found(string),
unprocessable-entity(string),
internal-server-error(string),
service-unavailable(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-found | string | |
| unprocessable-entity | string | |
| internal-server-error | string | |
| service-unavailable | string | |
| other | string |