first commit
This commit is contained in:
15 files changed
+725
No files matched your search
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
// ErrorMessageResponse returns the error message response struct
|
||||
type ErrorMessageResponse struct {
|
||||
Response MessageError
|
||||
}
|
||||
|
||||
// MessageError contains the inner details for the error message response
|
||||
type MessageError struct {
|
||||
Message string
|
||||
Error string
|
||||
}
|
||||
Reference in new issue
Block a user