interface RespError {
    exception: "ValidationError";
    message: string;
    serializer: string;
}

Properties

exception
message: string
serializer: string