Packages

exBankID is a simple stateless API-client for the Swedish BankID API

Current section

Files

Jump to
exBankID lib ex_bank_id error api.ex
Raw

lib/ex_bank_id/error/api.ex

defmodule ExBankID.Error.Api do
@moduledoc """
Provides the struct use to represent a response from the BankID api that has http code 400 - 500.
"""
defstruct errorCode: nil, details: nil
end