com.wordnik.swagger.annotations
Annotation Type ApiError


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ApiError


Required Element Summary
 int code
          Error code to describe
 String reason
          Reason why this error is returned
 

Element Detail

code

public abstract int code
Error code to describe


reason

public abstract String reason
Reason why this error is returned



Copyright © 2012. All Rights Reserved.