geonode.geoserver.acl.gsauth_client.exceptions

GeoServer ACL

GeoServer Access Control List API # noqa: E501

The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech

Exceptions

OpenApiException

The base exception class for all OpenAPIExceptions

ApiTypeError

The base exception class for all OpenAPIExceptions

ApiValueError

The base exception class for all OpenAPIExceptions

ApiAttributeError

The base exception class for all OpenAPIExceptions

ApiKeyError

The base exception class for all OpenAPIExceptions

ApiException

The base exception class for all OpenAPIExceptions

NotFoundException

The base exception class for all OpenAPIExceptions

UnauthorizedException

The base exception class for all OpenAPIExceptions

ForbiddenException

The base exception class for all OpenAPIExceptions

ServiceException

The base exception class for all OpenAPIExceptions

Functions

render_path(path_to_item)

Returns a string representation of a path

Module Contents

exception geonode.geoserver.acl.gsauth_client.exceptions.OpenApiException[source]

Bases: Exception

The base exception class for all OpenAPIExceptions

exception geonode.geoserver.acl.gsauth_client.exceptions.ApiTypeError(msg, path_to_item=None, valid_classes=None, key_type=None)[source]

Bases: OpenApiException, TypeError

The base exception class for all OpenAPIExceptions

path_to_item[source]
valid_classes[source]
key_type[source]
full_msg[source]
exception geonode.geoserver.acl.gsauth_client.exceptions.ApiValueError(msg, path_to_item=None)[source]

Bases: OpenApiException, ValueError

The base exception class for all OpenAPIExceptions

path_to_item[source]
full_msg[source]
exception geonode.geoserver.acl.gsauth_client.exceptions.ApiAttributeError(msg, path_to_item=None)[source]

Bases: OpenApiException, AttributeError

The base exception class for all OpenAPIExceptions

path_to_item[source]
full_msg[source]
exception geonode.geoserver.acl.gsauth_client.exceptions.ApiKeyError(msg, path_to_item=None)[source]

Bases: OpenApiException, KeyError

The base exception class for all OpenAPIExceptions

path_to_item[source]
full_msg[source]
exception geonode.geoserver.acl.gsauth_client.exceptions.ApiException(status=None, reason=None, http_resp=None)[source]

Bases: OpenApiException

The base exception class for all OpenAPIExceptions

__str__()[source]

Custom error messages for exception

exception geonode.geoserver.acl.gsauth_client.exceptions.NotFoundException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

The base exception class for all OpenAPIExceptions

exception geonode.geoserver.acl.gsauth_client.exceptions.UnauthorizedException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

The base exception class for all OpenAPIExceptions

exception geonode.geoserver.acl.gsauth_client.exceptions.ForbiddenException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

The base exception class for all OpenAPIExceptions

exception geonode.geoserver.acl.gsauth_client.exceptions.ServiceException(status=None, reason=None, http_resp=None)[source]

Bases: ApiException

The base exception class for all OpenAPIExceptions

geonode.geoserver.acl.gsauth_client.exceptions.render_path(path_to_item)[source]

Returns a string representation of a path