Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupported = errors.New("unsupported") // This Error occurs whem the model does not support the content type provided. ErrMaxLengthExceeded = errors.New("max length exceeded") // This Error occurs when the content exceeds the maximum length. ErrNoResult = errors.New("no result") // This Error occurs when the model does not return any result. )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.