AshJsonApi.Error.InvalidPathParam exception (ash_json_api v1.5.0)
View SourceReturned when a required path parameter is missing or invalid
Summary
Functions
Create an Elixir.AshJsonApi.Error.InvalidPathParam without raising it.
Functions
@spec exception(opts :: Keyword.t()) :: %AshJsonApi.Error.InvalidPathParam{ __exception__: true, bread_crumbs: term(), class: term(), detail: term(), parameter: term(), path: term(), splode: term(), stacktrace: term(), url: term(), vars: term() }
Create an Elixir.AshJsonApi.Error.InvalidPathParam without raising it.
Keys
- :parameter
- :url
- :detail