# Functions
NewAccessError ctor.
NewDatabaseError ctor.
NewGenericError ctor.
NewKubernetesError ctor.
NewYamlError ctor.
# Structs
AccessError happens when an unidentified error occurs.
DatabaseError happens when an error occur when running a command in the database.
GenericError happens when an unidentified error occurs.
KubernetesError happens when an error occur when running a command in the database.
YamlError happens when an error occur when running a command in the database.
# Interfaces
SerializableError means that an error can be transformed to JSON.