Skip to content

EN_Errors

VB PROGER edited this page Apr 18, 2023 · 1 revision

Errors

This page has a description about every error and it's meaning.

Error Name Error Description Used by
main_errorinternal Main error for library to use Used only as core for other errors
runtime_errorinternal PyPink has experienced error while running code custom_raise's first argument default value
import_errorinternal PyPink failed to import library Maybe will be used by pip_install
code_errorinternal Failed to run code crop_string
env_errorinternal Error while creating or modifying the environment Class env
EmptyStringError String is empty crop_string
InvalidStringError String is invalid, perhaps incorrect type crop_string
InvalidStringType The type seems didn't match to string
UnsupportedStringType The string type is not supported llama_sh
TooManyNotStringsInString Too many invalid strings llama_sh

Footnotes

internal: Error is internal and does not mean to be used

Clone this wiki locally