@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ApiError
ApiErrors| Modifier and Type | Required Element and Description |
|---|---|
String |
code
The error code returned
|
String |
description
A description of what the error code means
|
Copyright © 2015. All rights reserved.