Back to documentation
# PODNAME: Statocles::Help::Error
# ABSTRACT: A guide to fixing errors from Statocles

=head1 DESCRIPTION

This document shows various error messages that can be generated by Statocles
and suggests possible fixes for them.

=head1 ERRORS

=head2 Could not load config file ...

Your configuration file cannot be parsed. Some common reasons for that are:

=over 4

=item Invalid indentation

If the error includes C<did not find expected key>, you may have a problem with
your indentation levels. Check your indentation levels to ensure they match up
correctly.

=item Tabs instead of spaces

If the error includes C<found character that cannot start any token>, you may
have a C<Tab> character for indentation. YAML does not allow tabs for
indentation.

=back