TestErrorCode

public class TestErrorCode

Constructors

TestErrorCode

public TestErrorCode(int facility, int code)

TestErrorCode

public TestErrorCode(TestErrorCodeFacility facility, int code)

Methods

generalError

public static TestErrorCode generalError(int code)

getErrorCode

public int getErrorCode()

httpError

public static TestErrorCode httpError(int code)

iceError

public static TestErrorCode iceError(int code)

mqttError

public static TestErrorCode mqttError(int code)

sysError

public static TestErrorCode sysError(int code)