Closed nahkd123 closed 1 year ago
Adapters should be able to return PASS if the adapter doesn't accept request (input not supported for example) and pass it to others, SUCCESS if succeed and REJECT if the adapter failed to perform request.
PASS
SUCCESS
REJECT
Will be available in 2.1.0
Adapters should be able to return
PASS
if the adapter doesn't accept request (input not supported for example) and pass it to others,SUCCESS
if succeed andREJECT
if the adapter failed to perform request.