Interface MetaApiError.Builder

Enclosing class:
MetaApiError

public static interface MetaApiError.Builder
Builder helper class.
  • Method Details

    • code

      MetaApiError.Builder1 code(@Nonnull String code)
      Set the code of this MetaApiError instance.
      Parameters:
      code - Descriptive error code (not http status code)
      Returns:
      The MetaApiError builder.