Skip to content
Snippets Groups Projects
Commit 2c8a5690 authored by Guido Trotter's avatar Guido Trotter
Browse files

Add errors.ReservationError


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 6c881c52
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,12 @@ class ConfigurationError(GenericError):
pass
class ReservationError(GenericError):
"""Errors reserving a resource.
"""
class RemoteError(GenericError):
"""Programming-related error on remote call.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment