Skip to content

Commit 9bc32d6

Browse files
committed
Add zwo more exception codes
1 parent 6fa5d1e commit 9bc32d6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

WebUntisAPI.Client/Exceptions/WebUntisException.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ public enum Codes
2929
/// Wrong data
3030
/// </summary>
3131
BadCredentials = -8504,
32+
33+
/// <summary>
34+
/// Access denied for the requested timetable
35+
/// </summary>
36+
NoRightForTimetable = -8509,
37+
38+
/// <summary>
39+
/// The element that you requested was not found
40+
/// </summary>
41+
NoSuchElementFound = -7002
3242
}
3343

3444
/// <summary>

0 commit comments

Comments
 (0)