InferenceError

@Serializable
data class InferenceError(val message: String?) : SighticError

Error during inference. Can be due to customer unique API key is invalid.

Parameters

message

String with reason that caused the error

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard