ocebuild.errors.types#

Validation methods used for testing and at runtime.

Module Contents#

exception ocebuild.errors.types.GitHubRateLimit(message: str, rate_limit: dict)[source]#

Bases: Exception

Indicates that the GitHub API rate limit has been exceeded.

exception ocebuild.errors.types.PathValidationError(message: str, name: str, path: str, kind: str)[source]#

Bases: Exception

Indicates that a path does not match a given tree schema.