You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`SwoError`](./src/models/errors/swoerror.ts): The base class for HTTP error responses.
599
+
*[`CommonUnauthorizedErrorResponse`](./src/models/errors/commonunauthorizederrorresponse.ts): Access is unauthorized. Status code `401`.
600
+
*[`CommonInternalErrorResponse`](./src/models/errors/commoninternalerrorresponse.ts): Server error. Status code `500`.
585
601
586
-
<details><summary>Less common errors (69)</summary>
602
+
<details><summary>Less common errors (12)</summary>
587
603
588
604
<br />
589
605
@@ -596,69 +612,12 @@ run();
596
612
597
613
598
614
**Inherit from [`SwoError`](./src/models/errors/swoerror.ts)**:
599
-
*[`ActivateAwsIntegrationBadRequestError`](./src/models/errors/activateawsintegrationbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
600
-
*[`CreateOrgStructureBadRequestError`](./src/models/errors/createorgstructurebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
601
-
*[`UpdateAwsIntegrationBadRequestError`](./src/models/errors/updateawsintegrationbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
602
-
*[`ValidateMgmtAccountOnboardingBadRequestError`](./src/models/errors/validatemgmtaccountonboardingbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
603
-
*[`ObserveDatabaseBadRequestError`](./src/models/errors/observedatabasebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
604
-
*[`GetPublicKeyBadRequestError`](./src/models/errors/getpublickeybadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
605
-
*[`UpdateDatabaseBadRequestError`](./src/models/errors/updatedatabasebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
606
-
*[`DeleteDatabaseBadRequestError`](./src/models/errors/deletedatabasebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
607
-
*[`GetPluginConfigBadRequestError`](./src/models/errors/getpluginconfigbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
608
-
*[`GetPluginsBadRequestError`](./src/models/errors/getpluginsbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
609
-
*[`PluginOperationBadRequestError`](./src/models/errors/pluginoperationbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
610
-
*[`CreateUriBadRequestError`](./src/models/errors/createuribadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
611
-
*[`UpdateUriBadRequestError`](./src/models/errors/updateuribadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
612
-
*[`CreateWebsiteBadRequestError`](./src/models/errors/createwebsitebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
613
-
*[`UpdateWebsiteBadRequestError`](./src/models/errors/updatewebsitebadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
614
-
*[`ListEntitiesBadRequestError`](./src/models/errors/listentitiesbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
615
-
*[`GetEntityByIdBadRequestError`](./src/models/errors/getentitybyidbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
616
-
*[`UpdateEntityByIdBadRequestError`](./src/models/errors/updateentitybyidbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
617
-
*[`CreateCompositeMetricBadRequestError`](./src/models/errors/createcompositemetricbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
618
-
*[`ListMultiMetricMeasurementsBadRequestError`](./src/models/errors/listmultimetricmeasurementsbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
619
-
*[`UpdateCompositeMetricBadRequestError`](./src/models/errors/updatecompositemetricbadrequesterror.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 1 of 44 methods.*
620
-
*[`ActivateAwsIntegrationUnauthorizedError`](./src/models/errors/activateawsintegrationunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
621
-
*[`CreateOrgStructureUnauthorizedError`](./src/models/errors/createorgstructureunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
622
-
*[`UpdateAwsIntegrationUnauthorizedError`](./src/models/errors/updateawsintegrationunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
623
-
*[`ValidateMgmtAccountOnboardingUnauthorizedError`](./src/models/errors/validatemgmtaccountonboardingunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
624
-
*[`ListEntitiesUnauthorizedError`](./src/models/errors/listentitiesunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
625
-
*[`GetEntityByIdUnauthorizedError`](./src/models/errors/getentitybyidunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
626
-
*[`UpdateEntityByIdUnauthorizedError`](./src/models/errors/updateentitybyidunauthorizederror.ts): Access is unauthorized. Status code `401`. Applicable to 1 of 44 methods.*
627
-
*[`UpdateCompositeMetricForbiddenError`](./src/models/errors/updatecompositemetricforbiddenerror.ts): Access is forbidden. Status code `403`. Applicable to 1 of 44 methods.*
628
-
*[`DeleteCompositeMetricForbiddenError`](./src/models/errors/deletecompositemetricforbiddenerror.ts): Access is forbidden. Status code `403`. Applicable to 1 of 44 methods.*
629
-
*[`ActivateAwsIntegrationNotFoundError`](./src/models/errors/activateawsintegrationnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
630
-
*[`CreateOrgStructureNotFoundError`](./src/models/errors/createorgstructurenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
631
-
*[`GetPublicKeyNotFoundError`](./src/models/errors/getpublickeynotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
632
-
*[`UpdateDatabaseNotFoundError`](./src/models/errors/updatedatabasenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
633
-
*[`DeleteDatabaseNotFoundError`](./src/models/errors/deletedatabasenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
634
-
*[`GetPluginConfigNotFoundError`](./src/models/errors/getpluginconfignotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
635
-
*[`GetPluginsNotFoundError`](./src/models/errors/getpluginsnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
636
-
*[`PluginOperationNotFoundError`](./src/models/errors/pluginoperationnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
637
-
*[`GetUriNotFoundError`](./src/models/errors/geturinotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
638
-
*[`UpdateUriNotFoundError`](./src/models/errors/updateurinotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
639
-
*[`DeleteUriNotFoundError`](./src/models/errors/deleteurinotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
640
-
*[`PauseUriMonitoringNotFoundError`](./src/models/errors/pauseurimonitoringnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
641
-
*[`UnpauseUriMonitoringNotFoundError`](./src/models/errors/unpauseurimonitoringnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
642
-
*[`GetWebsiteNotFoundError`](./src/models/errors/getwebsitenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
643
-
*[`UpdateWebsiteNotFoundError`](./src/models/errors/updatewebsitenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
644
-
*[`DeleteWebsiteNotFoundError`](./src/models/errors/deletewebsitenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
645
-
*[`PauseWebsiteMonitoringNotFoundError`](./src/models/errors/pausewebsitemonitoringnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
646
-
*[`UnpauseWebsiteMonitoringNotFoundError`](./src/models/errors/unpausewebsitemonitoringnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
647
-
*[`GetEntityByIdNotFoundError`](./src/models/errors/getentitybyidnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
648
-
*[`UpdateEntityByIdNotFoundError`](./src/models/errors/updateentitybyidnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
649
-
*[`ListMetricsForEntityTypeNotFoundError`](./src/models/errors/listmetricsforentitytypenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
650
-
*[`UpdateCompositeMetricNotFoundError`](./src/models/errors/updatecompositemetricnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
651
-
*[`DeleteCompositeMetricNotFoundError`](./src/models/errors/deletecompositemetricnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
652
-
*[`GetMetricByNameNotFoundError`](./src/models/errors/getmetricbynamenotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
653
-
*[`ListMetricAttributesNotFoundError`](./src/models/errors/listmetricattributesnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
654
-
*[`ListMetricAttributeValuesNotFoundError`](./src/models/errors/listmetricattributevaluesnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
655
-
*[`ListMetricMeasurementsNotFoundError`](./src/models/errors/listmetricmeasurementsnotfounderror.ts): The server cannot find the requested resource. Status code `404`. Applicable to 1 of 44 methods.*
656
-
*[`ConflictError`](./src/models/errors/conflicterror.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 44 methods.*
657
-
*[`ActivateAwsIntegrationInternalServerError`](./src/models/errors/activateawsintegrationinternalservererror.ts): Server error. Status code `500`. Applicable to 1 of 44 methods.*
658
-
*[`CreateOrgStructureInternalServerError`](./src/models/errors/createorgstructureinternalservererror.ts): Server error. Status code `500`. Applicable to 1 of 44 methods.*
659
-
*[`UpdateAwsIntegrationInternalServerError`](./src/models/errors/updateawsintegrationinternalservererror.ts): Server error. Status code `500`. Applicable to 1 of 44 methods.*
660
-
*[`ValidateMgmtAccountOnboardingInternalServerError`](./src/models/errors/validatemgmtaccountonboardinginternalservererror.ts): Server error. Status code `500`. Applicable to 1 of 44 methods.*
661
-
*[`ListProbesInternalServerError`](./src/models/errors/listprobesinternalservererror.ts): Server error. Status code `500`. Applicable to 1 of 44 methods.*
615
+
*[`CommonNotFoundErrorResponse`](./src/models/errors/commonnotfounderrorresponse.ts): The server cannot find the requested resource. Status code `404`. Applicable to 27 of 44 methods.*
616
+
*[`CommonBadRequestErrorResponse`](./src/models/errors/commonbadrequesterrorresponse.ts): The server could not understand the request due to invalid syntax. Status code `400`. Applicable to 25 of 44 methods.*
617
+
*[`MetricsMetricForbiddenErrorResponse`](./src/models/errors/metricsmetricforbiddenerrorresponse.ts): Access is forbidden. Status code `403`. Applicable to 2 of 44 methods.*
618
+
*[`CommonForbiddenErrorResponse`](./src/models/errors/commonforbiddenerrorresponse.ts): Access is forbidden. Status code `403`. Applicable to 1 of 44 methods.*
619
+
*[`CommonConflictErrorResponse`](./src/models/errors/commonconflicterrorresponse.ts): The request conflicts with the current state of the server. Status code `409`. Applicable to 1 of 44 methods.*
620
+
*[`CommonUnavailableErrorResponse`](./src/models/errors/commonunavailableerrorresponse.ts): Service unavailable. Status code `503`. Applicable to 1 of 44 methods.*
662
621
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
0 commit comments