Class Error

  • All Implemented Interfaces:
    io.arkitik.radix.develop.shared.error.ErrorResponse

    @Deprecated(message = "To be removed in v2.0.0, replaced by RadixError to avoid conflicts with kotlin.Error", replaceWith = @ReplaceWith(imports = {"io.arkitik.radix.develop.shared.error.RadixError"}, expression = "RadixError")) 
    public final class Error
     implements ErrorResponse
                        

    Created By Ibrahim AlTamimi  Created At 29, Thu Oct, 2020 Project radix https://arkitik.io

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Error(String code, String message)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getCode()
      String getMessage()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait