package io.swagger.model; import groovy.transform.Canonical import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @Canonical class ErrorException { /* An error message relating to the specific exception */ String message = null }