Skip to content

Instantly share code, notes, and snippets.

@calindotgabriel
Created November 27, 2015 17:26
Show Gist options
  • Save calindotgabriel/7a9d62052385cb75d8e6 to your computer and use it in GitHub Desktop.
Save calindotgabriel/7a9d62052385cb75d8e6 to your computer and use it in GitHub Desktop.
class Response {
public static final int OK = 0;
public static final int SV_DOWN = 1;
public static final int SV_INVALID = 2;
public static final int UNKNOWN = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment