Add lib
This commit is contained in:
10
lib/ShazamIO/shazamio/schemas/errors.py
Normal file
10
lib/ShazamIO/shazamio/schemas/errors.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass
|
||||
class ErrorModel:
|
||||
id: str
|
||||
title: str
|
||||
detail: str
|
||||
status: str
|
||||
code: str
|
||||
Reference in New Issue
Block a user