PersonalizerErrorOutput interface
Eigenschappen
| code | Foutcodes geretourneerd door Personalizer |
| details | Een matrix met details over specifieke fouten die hebben geleid tot deze gemelde fout. |
| inner |
Een object met meer specifieke informatie dan het bovenliggende object over de fout. |
| message | Een bericht waarin de fout wordt uitgelegd die door de service is gerapporteerd. |
| target | Foutbronelement. |
Eigenschapdetails
code
Foutcodes geretourneerd door Personalizer
code?: "BadRequest" | "InvalidServiceConfiguration" | "InvalidLearningModeServiceConfiguration" | "InvalidPolicyConfiguration" | "InvalidPolicyContract" | "InvalidEvaluationContract" | "DuplicateCustomPolicyNames" | "NoLogsExistInDateRange" | "LogsSizeExceedAllowedLimit" | "InvalidRewardRequest" | "InvalidEventIdToActivate" | "InvalidRankRequest" | "InvalidExportLogsRequest" | "InvalidRequest" | "InvalidContainer" | "InvalidModelMetadata" | "ApprenticeModeNeverTurnedOn" | "MissingAppId" | "InvalidRewardWaitTime" | "InvalidLogRetentionDays" | "InvalidMultiSlotApiAccess" | "PayloadSizeExceeded" | "InvalidModelImportSignature" | "InvalidModelImportFormat" | "InvalidApiAccess" | "ModelFileAccessDenied" | "ProblemTypeIncompatibleWithAutoOptimization" | "ResourceNotFound" | "FrontEndNotFound" | "EvaluationNotFound" | "LearningSettingsNotFound" | "EvaluationModelNotFound" | "LogsPropertiesNotFound" | "ModelRankingError" | "InternalServerError" | "RankNullResponse" | "UpdateConfigurationFailed" | "ModelResetFailed" | "ModelPublishFailed" | "ModelMetadataUpdateFailed" | "OperationNotAllowed"
Waarde van eigenschap
"BadRequest" | "InvalidServiceConfiguration" | "InvalidLearningModeServiceConfiguration" | "InvalidPolicyConfiguration" | "InvalidPolicyContract" | "InvalidEvaluationContract" | "DuplicateCustomPolicyNames" | "NoLogsExistInDateRange" | "LogsSizeExceedAllowedLimit" | "InvalidRewardRequest" | "InvalidEventIdToActivate" | "InvalidRankRequest" | "InvalidExportLogsRequest" | "InvalidRequest" | "InvalidContainer" | "InvalidModelMetadata" | "ApprenticeModeNeverTurnedOn" | "MissingAppId" | "InvalidRewardWaitTime" | "InvalidLogRetentionDays" | "InvalidMultiSlotApiAccess" | "PayloadSizeExceeded" | "InvalidModelImportSignature" | "InvalidModelImportFormat" | "InvalidApiAccess" | "ModelFileAccessDenied" | "ProblemTypeIncompatibleWithAutoOptimization" | "ResourceNotFound" | "FrontEndNotFound" | "EvaluationNotFound" | "LearningSettingsNotFound" | "EvaluationModelNotFound" | "LogsPropertiesNotFound" | "ModelRankingError" | "InternalServerError" | "RankNullResponse" | "UpdateConfigurationFailed" | "ModelResetFailed" | "ModelPublishFailed" | "ModelMetadataUpdateFailed" | "OperationNotAllowed"
details
Een matrix met details over specifieke fouten die hebben geleid tot deze gemelde fout.
details?: PersonalizerErrorOutput[]
Waarde van eigenschap
innerError
Een object met meer specifieke informatie dan het bovenliggende object over de fout.
innerError?: InternalErrorOutput
Waarde van eigenschap
message
Een bericht waarin de fout wordt uitgelegd die door de service is gerapporteerd.
message?: string
Waarde van eigenschap
string
target
Foutbronelement.
target?: string
Waarde van eigenschap
string