Tesla.OpenAPI.QueryStringError exception (tesla v1.18.0)

Copy Markdown View Source

Raised when a whole Tesla.OpenAPI.QueryString cannot own the request query string.

Summary

Functions

Callback implementation for Exception.message/1.

Types

reason()

@type reason() ::
  :empty_content_type
  | :existing_query_string
  | :invalid_content_type
  | :invalid_options
  | :invalid_query_string
  | :leading_query_delimiter
  | :mixed_query_params

t()

@opaque t()

Functions

message(value)

Callback implementation for Exception.message/1.