UNPKG

alpha-version-dce-check-in-api

Version:

API for taking attendance and checking people in.

16 lines (13 loc) 337 B
// Highest error = DCHUI5 /** * Enumerates the possible errors for the dce-check-in-ui/client. * @author Benedikt Arnarsson */ enum ErrorCode { InvalidURL = 'DCHUI1', EventNotFound = 'DCHUI2', EventNotHeldInPerson = 'DCHUI3', OccurrenceNotSetUpToday = 'DCHUI4', UnknownCheckInError = 'DCHUI5', } export default ErrorCode;