AVMErrorResponse
Error response model. Used by: All AVM endpoints (property, rental, multifamily)
errorError (string)required
Error message
messageMessage (string)nullable
Detailed message
AVMErrorResponse
{
"error": "string",
"message": "string"
}