All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ckylomo.rxlib.2.13.17.source-code.code.yml Maven / Gradle / Ivy

default: Network error, please retry later.

org:
  rx:
    core:
      Contract:
        require[arg]: Parameter is null
        require[args]: Parameters $args have null value
        require[test]: Parameter $arg test failed
      Disposable:
        checkNotClosed: Cannot access a closed $type
      Strings:
        split[lengthError]: Result array not fit $len length
      NQuery:
        single: Require 1 element, current set has $count elements
        singleOrDefault: Require less than 1 element, current set has $count elements
      App:
        getResource: Not found resource $name with type $type
        readSetting[keyError]: Not found key $key with type $type
        readSetting[partialKeyError]: Not found partial key $key with type $type
        changeType[notSupported]: Not supported convert $fType to $tType
        changeType[enumError]: Not found $name in $names of $eType enum
        changeType: Not found ValueOf method of $type
        changeType: Convert $val from $fType to $tType error
        checkType: Try find $type primitive type failed
    beans.DateTime:
      valueOf: Only supported $formats date formats, current date string is $date
    io:
      IOStream:
        getPosition: The stream does not support seeking
        setPosition: The stream does not support seeking
        getLength: A class derived from $type does not support seeking
      MemoryStream:
        getBuffer: The MemoryStream instance was not created with a publicly visible buffer

    test:
      CoreTester:
        testCode: Default Error Code value=$x
        testCode: Exception Error Code value=$x
      bean.UserManager$BizCode:
        argument: Enum Error Code value=$arg




© 2015 - 2024 Weber Informatics LLC | Privacy Policy