mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-11 06:02:23 -05:00
error cleanup
This commit is contained in:
parent
97be49a9a7
commit
697ac5e9ce
35 changed files with 205 additions and 251 deletions
|
|
@ -55,6 +55,7 @@ class VeilidAPIErrorTryAgain(VeilidAPIError):
|
|||
"""Operation could not be performed at this time, retry again later"""
|
||||
|
||||
label = "Try again"
|
||||
message: str
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
@ -69,6 +70,7 @@ class VeilidAPIErrorInvalidTarget(VeilidAPIError):
|
|||
"""Target of operation is not valid"""
|
||||
|
||||
label = "Invalid target"
|
||||
message: str
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue