Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify include pify_AdminResponseErrors.hrl
Raw

include/pify_AdminResponseErrors.hrl

-record(admin_response_errors, {
network_status_code :: gleam@option:option(integer()),
message :: gleam@option:option(binary()),
graphql_errors :: gleam@option:option(list(binary())),
response :: gleam@option:option(gleam@http@response:response(binary()))
}).