Brikar Error Model

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

error-model
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download error-model

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.2.0

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