ExpectedServerErrors: {
    alreadyHosting: ServerError;
    apiFail: ((err: Error) => ServerError);
    genericDequeueFailure: ServerError;
    noAnnouncePerm: ((queueName: string) => ServerError);
    noClassRole: ServerError;
    noOneToHelp: ServerError;
    noStudentToAnnounce: ((announcement: string) => ServerError);
    notHosting: ServerError;
    notInVC: ServerError;
    queueAlreadyExists: ((name: string) => ServerError);
    queueDoesNotExist: ServerError;
    studentNotFound: ((studentName: string) => ServerError);
} = ...

Type declaration

Generated using TypeDoc