All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.psnrigner.ErrorCode Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.psnrigner;

/**
 * Discord error codes
 */
public enum ErrorCode
{
    SUCCESS,
    PIPE_CLOSED,
    READ_CORRUPT,
    UNKNOWN

    // TODO Implement more error codes, and use an id field instead of ordinal
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy