Class ErrorResponseEntity

java.lang.Object
com.yahoo.vespa.athenz.client.common.bindings.ErrorResponseEntity

public class ErrorResponseEntity extends Object
Author:
bjorncs
  • Field Details

    • code

      public final int code
    • description

      public final String description
  • Constructor Details

    • ErrorResponseEntity

      public ErrorResponseEntity(int code, String description)