google_api_service_user v0.0.1 GoogleApi.ServiceUser.V1.Model.CustomError View Source
Customize service error responses. For example, list any service specific protobuf types that can appear in error detail lists of error responses. Example: custom_error: types: - google.foo.v1.CustomError - google.foo.v1.AnotherError
Attributes
- rules (List[CustomErrorRule]): The list of custom error rules that apply to individual API messages. NOTE: All service configuration rules follow "last one wins" order. Defaults to:
null
. - types (List[String]): The list of custom error detail types, e.g. 'google.foo.v1.CustomError'. Defaults to:
null
.