Groovy Documentation

org.devnull.error.web.message
[Groovy] Class ErrorCodes

java.lang.Object
  org.devnull.error.web.message.ErrorCodes

class ErrorCodes
extends java.lang.Object

Field Summary
static java.lang.Integer CLIENT_ERROR_CONFLICTING_OPERATION

static java.lang.Integer CLIENT_ERROR_INVALID_ENTITY

static java.lang.Integer CLIENT_ERROR_NOT_AUTHORIZED

static java.lang.Integer CLIENT_ERROR_NOT_FOUND

static java.lang.Integer SERVER_ERROR_UNHANDLED

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long)
 

Field Detail

CLIENT_ERROR_CONFLICTING_OPERATION

public static java.lang.Integer CLIENT_ERROR_CONFLICTING_OPERATION


CLIENT_ERROR_INVALID_ENTITY

public static java.lang.Integer CLIENT_ERROR_INVALID_ENTITY


CLIENT_ERROR_NOT_AUTHORIZED

public static java.lang.Integer CLIENT_ERROR_NOT_AUTHORIZED


CLIENT_ERROR_NOT_FOUND

public static java.lang.Integer CLIENT_ERROR_NOT_FOUND


SERVER_ERROR_UNHANDLED

public static java.lang.Integer SERVER_ERROR_UNHANDLED


 

Groovy Documentation