Variant

get-solution-error

No description available.

variant get-solution-error {
  bad-request(string),
  not-found(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
not-foundstring
internal-server-errorstring
otherstring