Errors
contact_unavailable
503 – The contact form is not configured. This deployment has no destination mailbox for the contact form.
The contact form is not configured. Answered with 503.
What it means
This deployment has no destination mailbox for the contact form. Nothing is wrong with the request: there is nowhere to deliver it, so it is refused rather than accepted and dropped.
What to do
Not the caller's to fix. Reach the operator at the postal address in the Impressum.
The body
{
"type": "https://tigby.eu/problems/contact_unavailable",
"title": "The contact form is not configured",
"status": 503,
"detail": "…what was refused, naming this request's own values",
"code": "contact_unavailable",
"doc_url": "https://docs.tigby.eu/errors/contact_unavailable",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.