Errors
If you come across an error, you should be able to find it here. If not, file an issue because it's unintentional.
AlreadyStarted
The framework has already started, you cannot create any new providers, create new hooks, add paths, or run Start
again.
ProviderDuplicate
The provider that you attempted to create already exists with the same named you assigned it.
FatalInit
An Init
function errored somewhere, the message is provided in the error.
FatalAddModule
There was an issue adding the module to the load stack, which means a simple require
caused an error.
ReservedName
Hooks cannot have the same name as one of the following reserved names:
Name
Order
Uses
Init
Start
InvalidType
The type you are passing to a parameter of some sort is invalid.