Class ApiErrorResponse

java.lang.Object
com.parallels.jenkins.api.dto.ApiErrorResponse

public class ApiErrorResponse extends Object
Deserialised body of a non-2xx response from prl-devops-service.
 {
   "code":    123,
   "message": "<string>",
   "stack": [
     { "code": 0, "description": "<string>", "error": "<string>", "path": "<string>" }
   ]
 }