Module perseus_cli::errors
source · [−]Enums
Errors that can occur while running perseus deploy.
Errors that can occur while ejecting or as a result of doing so.
All errors that can be returned by the CLI.
Errors that can occur while attempting to execute a Perseus app with build/serve (export errors are separate).
Errors that can occur while running perseus export.
Errors that can occur while preparing.
Functions
Checks if the given error should cause the CLI to delete the ‘.perseus/’ folder so the user doesn’t have something incomplete. When deleting the directory, it should only be deleted if it exists, if not don’t worry. If it does and deletion fails, fail like hell.