Class DTOConstants


  • public final class DTOConstants
    extends java.lang.Object
    Defines standard constants for the DTOs. The error codes are defined to take the same values as used by the Http Service Whiteboard
    • Field Detail

      • FAILURE_REASON_UNKNOWN

        public static final int FAILURE_REASON_UNKNOWN
        Failure reason is unknown.
        See Also:
        Constant Field Values
      • FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE

        public static final int FAILURE_REASON_SHADOWED_BY_OTHER_SERVICE
        Service is shadowed by another service.

        For example, a service with the same service properties but a higher service ranking.

        See Also:
        Constant Field Values
      • FAILURE_REASON_SERVICE_NOT_GETTABLE

        public static final int FAILURE_REASON_SERVICE_NOT_GETTABLE
        The service is registered in the service registry but getting the service fails as it returns null.
        See Also:
        Constant Field Values
      • FAILURE_REASON_VALIDATION_FAILED

        public static final int FAILURE_REASON_VALIDATION_FAILED
        The service is registered in the service registry but the service properties are invalid.
        See Also:
        Constant Field Values
      • FAILURE_REASON_NOT_AN_EXTENSION_TYPE

        public static final int FAILURE_REASON_NOT_AN_EXTENSION_TYPE
        The extension service is registered in the service registry but the service is not registered using a recognized extension type
        See Also:
        Constant Field Values