Skip to content

Commit

Permalink
Add additional error codes to ResponseBuilder extension
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Nov 21, 2024
1 parent 19cd146 commit 49b686a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion lib/utils/privacyidea_io_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,18 @@ extension ResponseBuilder on Response {
508: 'Loop Detected',
510: 'Not Extended',
511: 'Network Authentication Required',
599: 'Network Connect Timeout Error',
520: 'Unknown Error',
521: 'Web Server Is Down',
522: 'Connection Timed Out',
523: 'Origin Is Unreachable',
524: 'A Timeout Occurred',
525: 'Handshake Failed',
526: 'Invalid SSL Certificate',
527: 'Railgun Error',
528: 'Transport Error',
529: 'Service is Overloaded',
530: 'Site is Frozen',
599: 'Network Connect Timeout Error',
};
}

Expand Down

0 comments on commit 49b686a

Please sign in to comment.