mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
start adding response parsing & ui elements
This commit is contained in:
@@ -193,3 +193,9 @@ class ResponseEmpty(_UnformattedHyperglassError):
|
||||
|
||||
class UnsupportedDevice(_UnformattedHyperglassError):
|
||||
"""Raised when an input NOS is not in the supported NOS list."""
|
||||
|
||||
|
||||
class ParsingError(_UnformattedHyperglassError):
|
||||
"""Raised when there is a problem parsing a structured response."""
|
||||
|
||||
_level = "danger"
|
||||
|
Reference in New Issue
Block a user