Brikar Rest Errors Helpers

A set of libraries for error handling for SOA. Error model inspired by Microsoft One API guidelines.

License

License

GroupId

GroupId

com.truward.brikar.error
ArtifactId

ArtifactId

rest-errors
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Brikar Rest Errors Helpers
A set of libraries for error handling for SOA. Error model inspired by Microsoft One API guidelines.

Download rest-errors

How to add to project

<!-- https://jarcasting.com/artifacts/com.truward.brikar.error/rest-errors/ -->
<dependency>
    <groupId>com.truward.brikar.error</groupId>
    <artifactId>rest-errors</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar.error/rest-errors/
implementation 'com.truward.brikar.error:rest-errors:2.0.3'
// https://jarcasting.com/artifacts/com.truward.brikar.error/rest-errors/
implementation ("com.truward.brikar.error:rest-errors:2.0.3")
'com.truward.brikar.error:rest-errors:jar:2.0.3'
<dependency org="com.truward.brikar.error" name="rest-errors" rev="2.0.3">
  <artifact name="rest-errors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar.error', module='rest-errors', version='2.0.3')
)
libraryDependencies += "com.truward.brikar.error" % "rest-errors" % "2.0.3"
[com.truward.brikar.error/rest-errors "2.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.truward.brikar.error : error-model jar 2.0.3

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

Brikar Errors

A set of error handling primitives.

Versions

Version
2.0.3
2.0.2
2.0.1