exception documentation
class SelectGroupSlicesError(ValueError): (source)
Constructor: SelectGroupSlicesError(supported_media_types)
Exception raised when a grouped collection is passed to a method that expects a primitive media type to be selected.
Parameters | |
supported | an optional media type or iterable of media types that are supported |
Method | __init__ |
Undocumented |