English | Site Directory

Exceptions

The google.appengine.api.images package provides the following exception classes:

exception Error()

This is the base class for all exceptions in this package.

exception TransformationError()

There was an error while trying to transform the image.

exception BadRequestError()

The transformation parameters are invalid.

exception NotImageError()

The given image data is not in a recognized image format.

exception BadImageError()

The given image data is corrupt.

exception LargeImageError()

The given image data is too large to process.