💉🪵
Go to file
2023-04-19 14:00:23 +03:00
.github/workflows CM-23: Adds spec for PreAuthorizationFailure error type (#6) 2023-03-24 11:30:15 +03:00
src TD-578: Adds dynamic error notation utils (#8) 2023-04-19 14:00:23 +03:00
test TD-578: Adds dynamic error notation utils (#8) 2023-04-19 14:00:23 +03:00
.editorconfig TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
.env TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
.gitignore TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
Dockerfile.dev TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
elvis.config TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
LICENSE Let's make it opensource (#7) 2021-01-27 20:17:33 +03:00
Makefile TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
README.md TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
rebar.config TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00
rebar.lock TD-312: Switch to valitydev/damsel@dac2cb5 (#1) 2022-06-20 15:54:35 +03:00

Payproc Errors

A microlibrary to work with dynamic / static representation of payproc business error models.

Building

To build the project, run the following command:

$ make compile

Running

To enter the Erlang shell with the project running, run the following command:

$ make rebar-shell

Development environment

Run in a docker container

You can run any of the tasks defined in the Makefile from inside of a docker container (defined in Dockerfile.dev) by prefixing the task name with wc-. To successfully build the dev container you need Docker BuildKit enabled. This can be accomplished by either installing docker-buildx locally, or exporting the DOCKER_BUILDKIT=1 environment variable.

Example

  • This command will run the compile task in a docker container:
$ make wc-compile

Example

  • This command will run the compile task in a docker container:
$ make wc-compile

Documentation

@TODO Please write a couple of words about what your project does and how it does it.