@@ -577,6 +577,9 @@ definitions:
577577 type : string
578578 description : The unauthorized error message.
579579 example : Unable to authenticate the user.
580+ metadata :
581+ type : object
582+ description : freeform metadata object
580583 NotFound :
581584 type : object
582585 description : The not found error entity.
@@ -585,6 +588,9 @@ definitions:
585588 type : string
586589 description : The not found error message.
587590 example : A resource with the name could not be found.
591+ metadata :
592+ type : object
593+ description : freeform metadata object
588594 ServerError :
589595 type : object
590596 description : The server error entity.
@@ -596,6 +602,9 @@ definitions:
596602 Something went wrong while processing your request. We’re sorry for
597603 the trouble. We’ve been notified of the error and will correct it as
598604 soon as possible. Please try your request again in a moment.
605+ metadata :
606+ type : object
607+ description : freeform metadata object
599608 ServiceUnavailable :
600609 type : object
601610 description : The server is unavailable
@@ -604,6 +613,9 @@ definitions:
604613 type : string
605614 description : The server error message.
606615 example : Something went wrong with the server.
616+ metadata :
617+ type : object
618+ description : freeform metadata object
607619 BadRequest :
608620 type : object
609621 description : The bad request error entity.
@@ -612,6 +624,9 @@ definitions:
612624 type : string
613625 description : The bad request error message.
614626 example : Invalid input.
627+ metadata :
628+ type : object
629+ description : freeform metadata object
615630 Forbidden :
616631 type : object
617632 description : The permission error entity.
@@ -620,6 +635,9 @@ definitions:
620635 type : string
621636 description : The forbidden error message.
622637 example : You are not allowed to access the request.
638+ metadata :
639+ type : object
640+ description : freeform metadata object
623641 Conflict :
624642 type : object
625643 description : The conflict error entity.
@@ -630,3 +648,6 @@ definitions:
630648 type : string
631649 description : The conflict error message.
632650 example : Creating a resource with a name already exists.
651+ metadata :
652+ type : object
653+ description : freeform metadata object
0 commit comments