feat: work savenew api version with acl in network segment
This commit is contained in:
parent
5cab4b79ee
commit
318d2e0962
6 changed files with 151 additions and 202 deletions
|
|
@ -114,7 +114,7 @@ type Error struct {
|
|||
TraceId ErrorGetTraceIdAttributeType `json:"traceId" required:"true" validate:"required,traceID"`
|
||||
// Describes in which state the api was when the error happened.
|
||||
// REQUIRED
|
||||
Type ErrorGetTypeAttributeType `json:"type" required:"true" validate:"required,errorType"`
|
||||
Type ErrorGetTypeAttributeType `json:"type" required:"true"`
|
||||
}
|
||||
|
||||
type _Error Error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue