Newer
Older
drafter-groovy / src / main / groovy / io / swagger / model / ErrorException.groovy
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
  

}