PersonalizerErrorOutput interface

Properties

code

Error Codes returned by Personalizer

details

An array of details about specific errors that led to this reported error.

innerError

An object containing more specific information than the parent object about the error.

message

A message explaining the error reported by the service.

target

Error source element.

Property Details

code

Error Codes returned by 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"

Property Value

"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

An array of details about specific errors that led to this reported error.

details?: PersonalizerErrorOutput[]

Property Value

innerError

An object containing more specific information than the parent object about the error.

innerError?: InternalErrorOutput

Property Value

message

A message explaining the error reported by the service.

message?: string

Property Value

string

target

Error source element.

target?: string

Property Value

string